home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 11 / PC Format CD-ROM Collection Number 11 (March 1995).iso / readers / utils / cop / cop_cfg.def next >
Encoding:
Text File  |  1994-12-15  |  1.5 KB  |  66 lines

  1. COP v1.0d      Copyright (c) 1994 Harald Andresen      All rights reserved
  2.  
  3.                      Configuration file
  4.  
  5. ;Colors    R  G  B      Values: 00-63
  6. %USRCOLOR0=00 00 35
  7. %USRCOLOR1=63 63 63
  8. %USRCOLOR2=15 20 50
  9. %USRCOLOR3=10 10 20
  10. %USRCOLOR4=20 20 35
  11. %USRCOLOR5=30 30 50
  12.  
  13. ;Number of lines to scroll.
  14. ;-1=Detection. 00=None. 35=Max
  15. %SCRLINES=35
  16.  
  17. ;QuickScroll. 00=Off. 01=On
  18. %QUSCROLL=01
  19.  
  20. ;SortMethod.
  21. 00=None. 01=Name. 02=Extension. 03=Size. 04=Date/Time.
  22. %SORTMETH=01
  23.  
  24. ;Hidden files. 00=Hide. 01=Show.
  25. %SHOWHIDE=01
  26.  
  27. ;Mouse-speed. 08=About normal. 01=fastest. 99=Slowest.
  28. %MUSSPEED=08
  29.  
  30. ;Split up/down buttons. 00=No. 01=Yes.
  31. %SPILTBUT=00
  32.  
  33. ;Delay of button-explainer.
  34. ;-1=Off. 00=No delay. 50=Max delay.
  35. %MESSTIME=15
  36.  
  37. ;Dragged file. 00=Move. 01=Copy.
  38. %DRAGFILE=01
  39.  
  40. ;Display left side, second column.
  41. ;00=None. 01=Attributes. 02=Date. 03=Time. 04=Size.
  42. %SHWHAT11=04
  43.  
  44. ;Display left side, third column.
  45. ;00=None. 01=Attributes. 02=Date. 03=Time. 04=Size.
  46. %SHWHAT12=01
  47.  
  48. ;Display right side, second column.
  49. ;00=None. 01=Attributes. 02=Date. 03=Time. 04=Size.
  50. %SHWHAT21=04
  51.  
  52. ;Display right side, third column.
  53. ;00=None. 01=Attributes. 02=Date. 03=Time. 04=Size.
  54. %SHWHAT22=01
  55.  
  56. ;Path to startupdirectory at left side.
  57. ;DOS=Same directory as you started COP from in DOS
  58. %LSTRTDIR=DOS
  59.  
  60. ;Path to startupdirectory at right side.
  61. ;DOS=Same directory as you started COP from in DOS
  62. %RSTRTDIR=\
  63.  
  64. ;Name and location of the text-editor you want.
  65. %EDITPATH=\DOS\EDIT.COM
  66.